* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Source Han Sans CN, Source Han Sans CN;
    text-decoration: none;
}

.header {
    width: 100%;
    height: 98px;
}


/*导航*/
.nav {
    width: 100%;

}


/*banner*/
.banner {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}

.banner img {
    width: 100%;
    height: 500px;
}

/*专业*/
.major {
    width: 100%;
}

.major-box {
    width: 1200px;
    height: 282px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    position: relative;
    margin: -20px auto 0 auto;
    padding: 30px 0;
    box-sizing: border-box;
    z-index: 999;
}

.major-name {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    margin-left: 50px;
    margin-bottom: 16px;
}

.major-ul {
    width: 1200px;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.major-ul li {
    width: 224px;
    height: 176px;
}

.major-ul li img {
    width: 224px;
    height: 176px;
}

/*学什么好*/
.learn {
    width: 100%;
}

.learn-box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.learn-lpo {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.learn-item {
    width: 1086px;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    position: relative;
    margin-top: 24px;
    display: flex;
}

.learn-name {
    text-align: center;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 38px;
    color: #353535;
    margin-top: 40px;
}

.learn-item::before {
    content: "";
    top: -102px;
    left: -114px;
    width: 198px;
    height: 298px;
    background: url("../img2024/img_rw.png") no-repeat center;
    background-size: cover;
    position: absolute;
}

.learn-ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 90px;
    padding: 40px 0;
    box-sizing: border-box;
}

.learn-ul li {
    width: 132px;
    line-height: 42px;
    text-align: center;
    height: 42px;
    border-radius: 10px;
    margin-left: 26px;
    letter-spacing: 3px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
}

.learn-ul li a {
    display: inline-block;
    width: 132px;
    line-height: 42px;
    text-align: center;
    height: 42px;
}

.learn-ul li:first-child a {
    color: #348FCA;
    border-radius: 10px;
    border: 1px solid #348FCA;
}

.learn-ul li:nth-child(2) a {
    color: #F29835;
    border-radius: 10px;
    border: 1px solid #F29835;
}

.learn-ul li:nth-child(3) a {
    color: #4BB86D;
    border-radius: 10px;
    border: 1px solid #4BB86D;
}

.learn-ul li:nth-child(4) a {
    color: #4661CC;
    border-radius: 10px;
    border: 1px solid #4661CC;
}

.learn-ul li:nth-child(5) a {
    color: #F29835;
    border-radius: 10px;
    border: 1px solid #F29835;
}

.learn-ul li:nth-child(6) a {
    color: #4BB86D;
    border-radius: 10px;
    border: 1px solid #4BB86D;
}

.learn-ul li:nth-child(7) a {
    color: #4661CC;
    border-radius: 10px;
    border: 1px solid #4661CC;
}

.learn-ul li:nth-child(8) a {
    color: #348FCA;
    border-radius: 10px;
    border: 1px solid #348FCA;
}

.learn-ul li:nth-child(9) a {
    color: #4661CC;
    border-radius: 10px;
    border: 1px solid #4661CC;
}

.learn-ul li:nth-child(10) a {
    color: #4BB86D;
    border-radius: 10px;
    border: 1px solid #4BB86D;
}

.learn-ul li:nth-child(11) a {
    color: #348FCA;
    border-radius: 10px;
    border: 1px solid #348FCA;
}

.learn-ul li:nth-child(12) a {
    color: #F3A045;
    border-radius: 10px;
    border: 1px solid #F3A045;
}


.learn-ul li:hover a {
    background: #D2222B;
    color: white;
    border-radius: 8px;
}

/*新闻*/
.news {
    width: 100%;
}

.news-box {
    width: 1200px;
    margin: 40px auto 0 auto;
}

.news-header {
    width: 1200px;
    height: 14px;
    background: linear-gradient(180deg, #F54F58 0%, #BB111B 100%);
}

.news-list {
    width: 1200px;
    height: 534px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
}

.news-title {
    display: flex;
    justify-content: space-between;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    align-items: center;
}

.news-more {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;

}

.news-more a {
    color: #666666;
    display: flex;
    align-items: center;
}

.news-more a::after {
    content: "";
    background: url("../img2024/ing_gd.png");
    width: 5px;
    height: 9px;
    background-size: cover;
    margin-left: 10px;
}

.news-item {
    margin-top: 26px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.news-item-case {
    width: 366px;
    height: 412px;
    background: #F7F7F7;
    transition: all .8s;
}

.news-item-case:hover {
    background: #D2222B;
}

.news-content {
    padding: 20px;
    box-sizing: border-box;
}

.news-item-case:hover .news-time {
    color: white;
}

.news-item-case:hover .news-nr {
    color: white;
}

.news-item-case:hover .news-more a {
    color: white;
}

.news-time {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}

.news-nr {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 28px;
}

/*开课*/
.opening {
    width: 100%;
    height: 320px;
    background: url("../img2024/img_2.png") no-repeat center,
    linear-gradient(rgba(136, 20, 19, 1), rgba(136, 20, 19, 1));
    background-blend-mode: multiply;
    background-size: cover;
    margin-top: 40px;
}

.opening-box {
    width: 1200px;
    margin: 0 auto;
}

.opening-title {
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
}

.opening-list {
    width: 1200px;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opening-item {
    width: 586px;
    height: 58px;
    line-height: 58px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
}

.opening-item p {
    display: flex;
    align-items: center;
}

.opening-item p a {
    color: #666666;
}

.opening-item p:hover a {
    color: #D2222B;
}

.opening-item p:hover::before {
    width: 26px;
    height: 26px;
    content: "";
    background: url("../img2024/img_tz1.png") no-repeat center;
    background-size: cover;
}

.opening-item p::before {
    width: 26px;
    height: 26px;
    content: "";
    background: url("../img2024/img_tz.png") no-repeat center;
    background-size: cover;
}

/*为什么选择五月花*/
.choice {
    width: 100%;
    height: 758px;
    background: url("../img2024/img_3.png") no-repeat center;
    background-size: cover;
}

.choice-title {
    width: 1200px;
    margin: 0 auto;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 38px;
    text-align: center;
    color: #353535;
    padding-top: 40px;
    box-sizing: border-box;
}

.choice-subTitle {
    width: 1200px;
    margin: 0 auto;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
}

.choice-list {
    width: 1200px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
}

.choice-list-img {
    width: 556px;
    height: 556px;
    background: url("../img2024/img_3(1).png") no-repeat center;
    background-size: cover;
    border: 1px dashed #B51D25;;
    position: relative;
}

.choice-list-img p {
    width: 324px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.16);
    border-radius: 25px;
    color: #666666;
    font-size: 20px;
    cursor: pointer;
}

.choice-list-img p:hover {
    background: linear-gradient(180deg, #F54F58 0%, #BB111B 100%);
    color: white !important;
}

.choice-list-img p:hover span {
    color: white !important;
}

.choice-list-img p:first-child {
    position: absolute;
    top: 24px;
    left: -128px;
}

.choice-list-img p:first-child span {
    color: #D2222B;
}

.choice-list-img p:nth-child(2) span {
    color: #D2222B;
}

.choice-list-img p:nth-child(2) {
    position: absolute;
    top: 24px;
    right: -128px;
}

.choice-list-img p:nth-child(3) {
    position: absolute;
    top: 132px;
    left: -186px;
}

.choice-list-img p:nth-child(4) {
    position: absolute;
    top: 132px;
    right: -186px;
}

.choice-list-img p:nth-child(5) {
    position: absolute;
    top: 240px;
    left: -248px;
}

.choice-list-img p:nth-child(6) {
    position: absolute;
    top: 240px;
    right: -248px;
}

.choice-list-img p:nth-child(7) {
    position: absolute;
    top: 348px;
    left: -174px;
}

.choice-list-img p:nth-child(8) {
    position: absolute;
    top: 348px;
    right: -174px;
}

.choice-list-img p:nth-child(9) {
    position: absolute;
    top: 456px;
    left: -96px;
}

.choice-list-img p:nth-child(10) {
    position: absolute;
    top: 456px;
    right: -96px;
}

/*党建*/
.party {
    width: 100%;
    height: 640px;
    background: #F7F7F7;
}

.party-box {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
    justify-content: space-between;
}

.party-content {
    width: 590px;
    height: 566px;
    padding: 30px 20px;
    box-sizing: border-box;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.party-content img {
    width: 536px;
    height: 200px;
    margin-top: 28px;
}

.party-title {
    display: flex;
    justify-content: space-between;
    font-size: 26px;
}

.party-list {
    margin-top: 20px;

}

.party-list p a {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.party-list p:hover a {
    color: #D2222B;
}

.party-more {


    font-size: 12px;
}

.party-more a {
    color: #666666;
    display: flex;
    align-items: center;
}

.party-more a::after {
    content: "";
    background: url("../img2024/ing_gd.png");
    width: 5px;
    height: 9px;
    background-size: cover;
    margin-left: 10px;
}


.party-list p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.2);
}

/*风采*/
.grace {
    width: 100%;
    height: 588px;
    background: url("../img2024/img_4.png") no-repeat center;
    background-size: cover;
}

.grace-box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.grace-title {
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    margin-top: 26px;
}

.grace-name {
    font-weight: bold;
    font-size: 34px;
    color: #333333;
    margin-top: 15px;
}

.grace-age {
    margin-top: 20px;
}
.grace-age p {
    color: #666666;

}

.grace-age span{
    padding: 5px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    font-size: 20px;
}
.grace-span {
    border: 1px solid #E2E2E2;
}

.grace-span {
    margin-right: 15px;
}

.grace-name span {
    font-weight: 400;
    font-size: 22px;
    color: #666666;
    margin-left: 22px;
}

#gallery {
    width: 1200px;
    overflow: hidden;
}


#thumbs {
    position: absolute;
    bottom: 100px;
    overflow: hidden;
    width: 510px;
}

#thumbs-item {
    box-sizing: border-box;
    display: flex;
}
.my-color {
    font-size: 20px;
    color: #D2222B;
}


.grace-content {
    display: flex;
    margin-top: 53px;
}

.grace-content img {
    width: 360px;
    height: 450px;
    border-radius: 10px;
}

.grace-text {
    width: 600px;
}

.grace-more {
    margin-top: 30px;
    border-bottom: 1px solid;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.grace-more a {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

#thumbs img {
    width: 118px;
    height: 118px;
    border-radius: 50%;
}

.spi {
    width: 118px !important;
}

.swiper-button-prev {
    left: -40px !important;
    top: 70% !important;
    background: url("../img2024/img_syg.png") no-repeat center  !important;
    width: 18px;
    height: 18px;
    background-size: cover;
}

.swiper-button-next {
    top: 70% !important;
    right: 650px !important;
    background: url("../img2024/img_xyg.png") no-repeat center  !important;
    width: 18px;
    height: 18px;
    background-size: cover;

}

/*链接*/
.link {
    width: 100%;
    height: 208px;
    background: url("../img2024/img_5.png") no-repeat center;
    background-size: cover;
}

.link-box {
    width: 1200px;
    margin: 0 auto;
}

.link-title {
    padding-top: 40px;
    font-weight: 400;
    font-size: 26px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.link-list p {
    width: 120px;
    text-align: center;
    line-height: 30px;
    margin-right: 24px;
	height:30px;
	overflow:hidden;
}

.link-list p a {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
}

/*底部*/
.footer {
    width: 100%;
    height: 300px;
    background: #262626;
}
